home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
x11
/
rpg
/
crossfir.001
/
crossfir~
/
eutl
/
xfile
/
test1.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-19
|
208b
|
14 lines
#include <xmalloc.h>
#include "xfile.h"
#include <stdio.h>
main() {
SHANDLE1(xfopen("no-such-file","r"),
xfile,open,
printf("Correctly didn't open non-existent file\n"));
exit(0);
}